home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2011 April / ME_2011_04.iso / [Video-Tutorial] / start.swf / scripts / DefineSprite_163 / frame_2 / DoAction.as
Encoding:
Text File  |  2010-10-14  |  315 b   |  9 lines

  1. stop();
  2. _localroot = this;
  3. _scroller.targetMovieClip = __targetmc;
  4. _scroller.viewAreaWidth = __viewAreaWidth;
  5. _scroller.viewAreaHeight = __viewAreaHeight;
  6. _scroller.targetHeight = Math.ceil(__targetmc._height);
  7. _scroller.targetWidth = Math.ceil(__targetmc._width);
  8. _scroller.setSize(Math.floor(__size),15);
  9.